projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ea7b9
)
(x_find_image_file): Make extern.
author
Kim F. Storm
<storm@cua.dk>
Sun, 14 Mar 2004 00:28:35 +0000
(
00:28
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 14 Mar 2004 00:28:35 +0000
(
00:28
+0000)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 28c5e5c96b1f993a370f864337601a1ac4e6ce6a..23777dca253a81631b0286f47d9e2924050dc333 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-1998,7
+1998,6
@@
x_put_x_image (f, ximg, pixmap, width, height)
File Handling
***********************************************************************/
-static Lisp_Object x_find_image_file P_ ((Lisp_Object));
static unsigned char *slurp_file P_ ((char *, int *));
@@
-2006,7
+2005,7
@@
static unsigned char *slurp_file P_ ((char *, int *));
x-bitmap-file-path. Value is the full name of the file found, or
nil if not found. */
-
static
Lisp_Object
+Lisp_Object
x_find_image_file (file)
Lisp_Object file;
{